Welcome![Sign In][Sign Up]
Location:
Search - polygon line

Search list

[OpenGL programglGraph

Description: OpenGL实现多边形扫描转换的扫描线算法,以及利用OpenGL绘制饼图和柱状图,颜色的选择-OpenGL polygon scan conversion realize the scan line algorithm, and the use of OpenGL drawing pie chart and histogram, color choices
Platform: | Size: 336896 | Author: 艾文 | Hits:

[Graph Drawingply

Description: This file contains one-line descriptions of the geometry filters. Geometry Manipulation --------------------- flipply - flip the orientation of faces normalsply - compute surface normal vectors at vertices xformply - transform vertices (translation, scale, rotation) Create PLY Files ---------------- platoply - make any of the five Platonic solids sphereply - create a sphere File Conversion --------------- ply2ascii - convert polygon file to ASCII version ply2binary - convert polygon file to binary version ply2iv - convert to Inventor file format obj2ply - convert from Wavefront .obj format Information About Files ----------------------- boundply - find bounding box of object and re-position if desired headply - print out the entire file header Support Routines ---------------- ply.c - layout grammar parsing and file I/O for geometry filters adjacency_module.c - determining ajacency between vertices and faces-This file contains one-line descriptions of the geometry filters. Geometry Manipulation --------------------- flipply- flip the orientation of faces normalsply- compute surface normal vectors at vertices xformply- transform vertices (translation, scale, rotation) Create PLY Files ---------------- platoply- make any of the five Platonic solids sphereply- create a sphere File Conversion --------------- ply2ascii- convert polygon file to ASCII version ply2binary- convert polygon file to binary version ply2iv- convert to Inventor file format obj2ply- convert from Wavefront .obj format Information About Files ----------------------- boundply- find bounding box of object and re-position if desired headply- print out the entire file header Support Routines ---------------- ply.c- layout grammar parsing and file I/O for geometry filters adjacency_module.c- determining ajacency between vertices and faces
Platform: | Size: 53248 | Author: 狗蛋 | Hits:

[Graph DrawingComputerGraphics

Description: 用MFC 实现的画图程序, 多边形填充算法. 包括扫描线算法和种子填充算法. 可以选择颜色-Using MFC to achieve the Paint program, polygon filling algorithm. Including the scan line algorithm and seed fill algorithm. Can choose the color
Platform: | Size: 1376256 | Author: Tim | Hits:

[JSP/Javadraw

Description: mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆")) mp2.add(new MenuItem("多边形逼近圆")) mp2.add(new MenuItem("中点画圆")) mp2.addActionListener(this) -mpl.add (new MenuItem ( DDA line drawing )) mpl.add (new MenuItem ( in the line stipple )) mpl.add (new MenuItem ( Bresenham line drawing )) mpl.addActionListener (this) mp2 = new Menu ( Circle ) mp.add (mp2) mp2.add (new MenuItem ( drawcircle formula )) mp2.add (new MenuItem ( Polygon approximation circle )) mp2.add (new MenuItem ( midpoint drawcircle )) mp2.addActionListener (this)
Platform: | Size: 6144 | Author: 李默 | Hits:

[Graph Drawinggraph

Description: (1).用Bresenham算法绘制直线. (2).用Bresenham算法画图. (3).用打点(如:C语言的putpixel())法显示汉字,汉字库以文件形式保存,以图形方式显示汉字. (4).在二维空间绘制一个多边形(三角形,四边形任选),然后实施平移变换,对称变换和旋转变换,-(1). Bresenham algorithm for drawing a straight line to use. (2). By drawing Bresenham algorithm. (3). With RBI (for example: C language putpixel ()) display Chinese characters,汉字库preserved in documentary form in order to graphically display Chinese characters. (4). In the two-dimensional spatial mapping of a polygon (triangle, quadrilateral optional), and then the implementation of translational transform, symmetry transform and rotation transformation,
Platform: | Size: 17408 | Author: 鹰隼 | Hits:

[Graph DrawingDrawBox

Description: 用WINAPI实现的画图程序,可以绘制直线,矩形,椭圆,多边形,可设定线型和边框色,填充色,简单实现放大,缩小的功能,还有选中,删除的功能。-WINAPI achieved using Paint program, you can draw a straight line, rectangle, ellipse, polygon, line and borders can be set color, fill color, simple to achieve amplification, reduced function, as well as select, delete functions.
Platform: | Size: 69632 | Author: waleking | Hits:

[GIS programjts-1.7

Description: 著名的空间拓扑算法JAVA API实现,符合OGC相关规范。-Well-known spatial topological algorithm JAVA API to achieve, in line with the OGC specifications.
Platform: | Size: 5186560 | Author: Song Young | Hits:

[Graph DrawingDrawPolyG

Description: MFC画多边形 先单击左键,移开鼠标,单击右键就可以画出一条直线,再移开鼠标,双击右键就可以画出个三角形。 其他多边形,以此类推。 注意,以“单击左键”开始。 本程序只完成简单的功能。-MFC painting left polygon first click, remove the mouse, right-click can draw a straight line, and then move the mouse, double-click right triangles can be drawn. Other polygon, and so on. Note that the left click Start. This procedure only simple functions.
Platform: | Size: 2048 | Author: 王大兵 | Hits:

[GDI-Bitmapquyutianchong

Description: 对任意的多边形图形按照多边形扫描线法进行颜色填充-Of arbitrary polygonal graphics in accordance with the scan line polygon fill color of law
Platform: | Size: 47104 | Author: 武学森 | Hits:

[2D GraphicPointIsR

Description: 判断点是否在区域内. Private Sub Command1_Click() 当点与任一顶点重合时,返回“不在多边形区域” Line (0, 0)-(500, 500), RGB(255, 255), BF Dim hRegion As Long Dim P() As PointAPI ReDim P(9) As PointAPI P(0).X = 10: P(0).Y = 190: PSet (P(0).X, P(0).Y), vbRed P(1).X = 400: P(1).Y = 270: Line (P(0).X, P(0).Y)-(P(1).X, P(1).Y), vbRed P(2).X = 220: P(2).Y = 70: Line -(P(2).X, P(2).Y), vbRed P(3).X = 220: P(3).Y = 30: Line -(P(3).X, P(3).Y), vbRed P(4).X = 50: P(4).Y = 30: Line -(P(4).X, P(4).Y), vbRed P(5).X = 50: P(5).Y = 70: Line -(P(5).X, P(5).Y), vbRed P(6).X = 30: P(6).Y = 70: Line -(P(6).X, P(6).Y), vbRed P(7).X = 30: P(7).Y = 185: Line -(P(7).X, P(7).Y), vbRed P(8).X = 85: P(8).Y = 85: Line -(P(8).X, P(8).Y), vbRed P(9).X = 120: P(9).Y = 200: Line -(P(9).X, P(9).Y), vbRed Line -(P(0).X, P(0).Y), vbRed -Determine the point in the region. Private Sub Command1_Click () when the points of coincidence with any one vertex, the return of not polygon region Line (0, 0)- (500, 500), RGB (255, 255), BF Dim hRegion As Long Dim P () As PointAPI ReDim P (9) As PointAPI P (0). X = 10: P (0). Y = 190: PSet (P (0). X, P (0). Y), vbRed P (1). X = 400: P (1). Y = 270: Line (P (0). X, P (0). Y)- (P (1). X, P (1). Y ), vbRed P (2). X = 220: P (2). Y = 70: Line- (P (2). X, P (2). Y), vbRed P (3). X = 220: P (3). Y = 30: Line- (P (3). X, P (3). Y), vbRed P (4). X = 50: P (4). Y = 30: Line- (P ( 4). X, P (4). Y), vbRed P (5). X = 50: P (5). Y = 70: Line- (P (5). X, P (5). Y), vbRed P (6). X = 30: P (6). Y = 70: Line- (P (6). X, P (6). Y), vbRed P (7). X = 30: P (7 ). Y = 185: Line- (P (7). X, P (7). Y), vbRed P (8). X = 85: P (8). Y = 85: Line- (P (8) . X, P (8). Y), vbRed P (9). X = 120: P (9). Y = 200: Line- (P (9). X, P (9). Y), vbRed Line- (P (0). X, P (0). Y), vbRed
Platform: | Size: 3072 | Author: hfs | Hits:

[OpenGL programDDA

Description: DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Platform: | Size: 1024 | Author: | Hits:

[Special EffectsFillScan

Description: 纵向扫描的多边形填充算法,可以实现任意多边形的扫描填充-Longitudinal scan of the polygon fill algorithm, you can realize arbitrary polygon scan fill
Platform: | Size: 3765248 | Author: daiqinghu | Hits:

[OpenGL programtessellation

Description: 网格化[tessellation]即把凹多边形,包含洞,岛的多边型,或者自交叉多边型划分为简单凸多边形的过程.OpenGL为了能快速渲染多边形,只能直接显示简单凸多边形[多边形中任意两点的连线上的所有点仍属于此多边形],对凹多边或者自交叉多边形渲染结果将不确定。在渲染复杂多边形时,常常需要将复杂多边形分解成容易渲染的简单多边形,OpenGL中的使用函数库中提供网格化的函数以通过多边型轮廓线生成简单多边形,从而渲染复杂多边形。 -Grid [tessellation] that is concave polygon contains holes, the island of multilateral type, or from cross-multilateral-type convex polygon is divided into easy process. OpenGL for fast rendering polygon, can only directly show that a simple convex polygon [arbitrary polygon two points to connect all the points still to this polygon], the multilateral or concave polygon rendering results from the cross will be uncertain. In rendering complex polygons, it is often required complex polygon into simple polygon rendering easier, OpenGL use library provides a function of grid through multilateral type contour line generates simple polygon, thereby rendering the complexity of the polygon.
Platform: | Size: 131072 | Author: rockeyzhu | Hits:

[Special Effectsclip

Description: 利用vc++实现的裁剪功能,可实现凹多边形、凸多边形的线裁剪-Using vc++ implementation of the clipping function can be realized concave polygon, convex polygon of the line cutting
Platform: | Size: 270336 | Author: 王伟伟 | Hits:

[Graph Drawinggh

Description: 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algorithm or the mid-point (Besenham) algorithm achieve a straight line segment, draw an oval or round 3. Scanline fill algorithm used to populate the region, with Sutherland reduction of polygon clipping algorithm 4. BEZIER curve or B-spline Curve 5. personalized graphics package development 6. all documents, including source code and screenshot
Platform: | Size: 1444864 | Author: lixuan | Hits:

[Special EffectsPolygonEdgeMark

Description: 无内环多边形界标志扫描转换算法的Matlab程序-Inner circles no signs polygon scan conversion algorithm Matlab procedures
Platform: | Size: 1024 | Author: 章礼平 | Hits:

[Special EffectsPolygonScanConversion

Description: 一个无内环多边形扫描转换描线算法的Matlab程序-A loop line polygon scan conversion algorithm described Matlab procedures
Platform: | Size: 2048 | Author: 章礼平 | Hits:

[Special EffectsPolygonFill

Description: 实现多边形的种子及扫描线的填充算法,同时实现画圆 、直线的功能-To realize Polygon fill and Ellipse 、Line
Platform: | Size: 66560 | Author: wangshuhua | Hits:

[Special Effectsscanline

Description: 本文详细讨论了基于扫描线填充算法对多边形区域进行 图案填充问题。尽管位图可以看作是一个二值图像,但为了方 便起见,在本文中,我们将位图和图像区分开来讨论。-This article is discussed in detail based on the scan line polygon fill algorithm to fill the problem areas of design. Although bitmaps can be seen as a binary image, but the sake of convenience, in this paper, we will place a distinction between maps and images for discussion.
Platform: | Size: 1274880 | Author: 李尊 | Hits:

[VC/MFCB06022

Description: 提供一个图形工具界面,让用户能够画出直线,椭圆,多边形等几何元素,结果可以保存并可读出。 掌握:MFC类CDC的成员绘画函数LineTo(), Ellipse(), Polygon()等的使用; -Tool provides a graphical interface, allowing users to draw a straight line, ellipse, polygon, such as the geometric elements, the results can be saved and read out. Master: MFC Class members CDC painting function LineTo (), Ellipse (), Polygon (), etc.
Platform: | Size: 5575680 | Author: 同盟 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net